home *** CD-ROM | disk | FTP | other *** search
/ Blackhawk for Windows 95 1996 November / Blackhawk for Windows 95 - Novermer 1996.iso / util / datasorc.exe / SAMPLE.ZIP / UNIT3.DFM / UNIT3.txt
Text File  |  1996-04-30  |  2KB  |  79 lines

  1. object Form3: TForm3
  2.   Left = 523
  3.   Top = 226
  4.   Width = 266
  5.   Height = 281
  6.   Caption = 'Form3'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label3: TLabel
  14.     Left = 47
  15.     Top = 180
  16.     Width = 49
  17.     Height = 16
  18.     Caption = 'Weight'
  19.     Font.Color = clNavy
  20.     Font.Height = -13
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold]
  23.     ParentFont = False
  24.   end
  25.   object DBImage1: TDBImage
  26.     Left = 8
  27.     Top = 7
  28.     Width = 241
  29.     Height = 162
  30.     DataField = 'BMP'
  31.     DataSource = Animals
  32.     Stretch = True
  33.     TabOrder = 0
  34.   end
  35.   object Panel3: TPanel
  36.     Left = 8
  37.     Top = 211
  38.     Width = 242
  39.     Height = 33
  40.     Hint = 'Navigator'
  41.     BevelInner = bvRaised
  42.     Caption = 'Panel3'
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 1
  46.     object DBNavigator1: TDBNavigator
  47.       Left = 2
  48.       Top = 2
  49.       Width = 238
  50.       Height = 29
  51.       DataSource = Animals
  52.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel, nbRefresh]
  53.       Align = alClient
  54.       TabOrder = 0
  55.     end
  56.   end
  57.   object DBEdit3: TDBEdit
  58.     Left = 100
  59.     Top = 176
  60.     Width = 121
  61.     Height = 24
  62.     DataField = 'WEIGHT'
  63.     DataSource = Animals
  64.     Font.Color = clBlack
  65.     Font.Height = -13
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = [fsBold]
  68.     MaxLength = 0
  69.     ParentFont = False
  70.     TabOrder = 2
  71.   end
  72.   object Animals: TDataSorcerer
  73.     DataSet = AnimalTable
  74.     SorcererForm = 'Form1'
  75.     Left = 8
  76.     Top = 8
  77.   end
  78. end
  79.